home *** CD-ROM | disk | FTP | other *** search
- ! 1d_Array one dimensional array with count at top
- ! scaling must be included in this template, assigned to Low and High
- !
- !-------------------------------- Prototype of data file --------------------
- ! elements
- ! data
- ! data
- ! data
- ! data
- !-------------------------------- Example of data file -----------------------
- ! 5 ! 5 elements
- ! 4.3 ! actual data
- ! 3.4
- ! 5.6
- ! 1.2
- ! 6.7
- !--------------------------------
-
- Define Elements Integer
- Define Low Real
- Define High Real
-
- !--------------------------------- Insert Scaling Here -----------------------
- Read Elements
- Assign Low 0.0
- Assign High 1.0
- !-----------------------------------------------------------------------------
-
-
- BeginStructure
- DefArray Elements Low High
- DefDataType IEEE8
- EndArray
- EndStructure
-
- RecurseRead
-
-